xSQL Schema Compare SDK for SQL Server version 12
CollectionBase<TItem> Class
Members 


The type of collection elements.
Represents the base class for a collection of Entity elements.
Object Model
CollectionBase<TItem> Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class CollectionBase(Of TItem As Entity) 
   Inherits System.Collections.ObjectModel.Collection(Of TItem)
[System.Reflection.DefaultMemberAttribute("Item")]
public class CollectionBase<TItem> : System.Collections.ObjectModel.Collection<TItem> 
where TItem: Entity
[System.Reflection.DefaultMemberAttribute("Item")]
public __gc class CollectionBase<TItem> : public System.Collections.ObjectModel.Collection<TItem> 
where TItem: Entity
Type Parameters
TItem
The type of collection elements.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      xSQL.Schema.Core.CollectionBase<TItem>
         xSQL.Schema.SqlServer.SqlReferencedForeignKeyCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CollectionBase<TItem> Members
xSQL.Schema.Core Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback